SQL
Type
glossary
Description
Structured Query Language. A standard language for specifying, retrieving, and updating data in a database. You use the Database library to communicate with databases using SQL.
Important
This documentation pronounces SQL as "sequel". Your pronunciation may vary.
Related
glossary: database
library: Database library